home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
demos
/
VGX
/
morph
/
Makefile
< prev
next >
Wrap
Makefile
|
1994-08-01
|
220b
|
20 lines
#!smake
include $(ROOT)/usr/include/make/commondefs
#
# Makefile for morph demo
#
TARGETS = morph
LLDLIBS = -limage -lgl -lm
PROTOTYPES=
default all: $(TARGETS)
install:
$(MAKE) $(TARGETS)
include $(COMMONRULES)